Add integration tests for migration and transformation scenarios#33
Merged
Splatcrafter merged 12 commits intodevelopfrom Jan 12, 2026
Merged
Add integration tests for migration and transformation scenarios#33Splatcrafter merged 12 commits intodevelopfrom
Splatcrafter merged 12 commits intodevelopfrom
Conversation
…d field addition transformations
Dependency ReviewThe following issues were found:
License Issuesaether-datafixers-functional-tests/pom.xml
OpenSSF ScorecardScorecard details
Scanned Files
|
- Introduced `integration-tests` workflow for E2E and integration testing on Java 17 and 21. - Configured Maven Failsafe Plugin with `it` profile to enable integration tests. - Set up `skipITs` property to skip ITs by default, with an option to enable them via `it` profile.
- Extracted `pull_request` logic to a new `ci-pr.yml` file for better separation of concerns. - Updated `ci.yml` to handle only `push` events. - Preserved integration tests and reporting logic, now scoped specifically to pull request events.
- Removed redundant jobs and permissions from `ci-push.yml` and `ci-pr.yml`. - Standardized artifact names for unit tests and integration test reports. - Enhanced modularity with streamlined code quality and dependency check steps.
- Standardized artifact naming for both unit and integration test XMLs. - Introduced dedicated jobs for publishing test reports (`unit-report`, `reports`) with consolidated XML data. - Added report paths and check configurations to improve workflow clarity and feedback.
…prevent report double-counting.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces new integration tests to ensure the following scenarios are working as expected:
These tests increase confidence in the system's reliability under common and edge cases.